How to Install h264enc software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install h264enc software package in Ubuntu 14.04 LTS (Trusty Tahr)

h264enc software package provides encode video or DVD in H.264/AVC/MPEG-4 Part 10, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install h264enc 

h264enc is installed in your system.

Make ensure the h264enc package were installed using the commands given below,

$ sudo dpkg-query -l | grep h264enc *

You will get with h264enc package name, version, architecture and description in a table

h264enc package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Video
Package h264enc
Version 9.3.7~dfsg-0ubuntu1
Description encode video or DVD in H.264/AVC/MPEG-4 Part 10
Sub Section Video


See Also, How to uninstall or remove h264enc software package from Ubuntu 14.04 LTS (Trusty Tahr)?